object AttachStatusForm: TAttachStatusForm Left = 290 Top = 106 BorderStyle = bsDialog Caption = 'Attach Status' ClientHeight = 123 ClientWidth = 221 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Box: TRadioGroup Left = 12 Top = 8 Width = 101 Height = 97 Caption = 'Attach status' ItemIndex = 3 Items.Strings = ( '&Hold' '&Normal' '&Crash' 'Crash && &Poll') TabOrder = 0 end object bOK: TButton Left = 132 Top = 12 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object bCancel: TButton Left = 132 Top = 44 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object bHelp: TButton Left = 132 Top = 76 Width = 75 Height = 25 Caption = 'Help' TabOrder = 3 Visible = False end end